home *** CD-ROM | disk | FTP | other *** search
- //------ Kodak Film ...10/18/92 M.Miller
-
- #include "colors.inc"
- #include "shapes.inc"
- #include "film.inc"
-
-
-
- camera {
- location <0 150 -220>
- direction <0 0 4>
- up <0 1 0>
- right <1.3 0 0>
- look_at <0 25 0>
- }
-
-
- object { light_source { <400 1270 -660 > color White }}
- object { light_source { <-700 470 -1660 > color Gold }}
-
-
- composite { Film rotate <0 40 0> translate <10 0 0> }
- composite { Film rotate <0 -35 0> translate <-20 0 15> }
-
-
- //--- World
- object { sphere { <0 0 0> 20000 }
- texture { color Gray }
- }
-
- //--- Floor
- object { plane { <0 1 0> 0 }
- texture {
- color DimGray
- ambient .1
- reflection .3
- }
- }
-
-
-
- ə